home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.Font < prev    next >
Encoding:
Text File  |  1991-07-01  |  1.8 KB  |  65 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Font
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-91
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. fmDupStartUpErr GEQU $1B01 ; duplicate FMStartUp call
  9. fmResetErr GEQU $1B02 ; can't reset the Font Manager
  10. fmNotActiveErr GEQU $1B03 ; Font Manager not active
  11. fmFamNotFndErr GEQU $1B04 ; family not found
  12. fmFontNtFndErr GEQU $1B05 ; font not found
  13. fmFontMemErr GEQU $1B06 ; font not in memory
  14. fmSysFontErr GEQU $1B07 ; system font cannot be purgeable
  15. fmBadFamNumErr GEQU $1B08 ; illegal family number
  16. fmBadSizeErr GEQU $1B09 ; illegal size
  17. fmBadNameErr GEQU $1B0A ; illegal name length
  18. fmMenuErr GEQU $1B0B ; fix font menu never called
  19. fmScaleSizeErr GEQU $1B0C ; scaled size of font exeeds limits
  20. fmBadParmErr GEQU $1B0D
  21. chicago GEQU $FFFD
  22. shaston GEQU $FFFE
  23. systemFont0 GEQU $0000
  24. systemFont1 GEQU $0001
  25. newYork GEQU $0002
  26. geneva GEQU $0003
  27. monaco GEQU $0004
  28. venice GEQU $0005
  29. london GEQU $0006
  30. athens GEQU $0007
  31. sanFrancisco GEQU $0008
  32. toronto GEQU $0009
  33. cairo GEQU $000B
  34. losAngeles GEQU $000C
  35. zapfDingbats GEQU $000D
  36. bookman GEQU $000E
  37. helveticaNarrow GEQU $000F
  38. palatino GEQU $0010
  39. zapfChancery GEQU $0012
  40. times GEQU $0014
  41. helvetica GEQU $0015
  42. courier GEQU $0016
  43. symbol GEQU $0017
  44. taliesin GEQU $0018
  45. avanteGarde GEQU $0021
  46. newCenturySchoolbook GEQU $0022
  47. baseOnlyBit GEQU $0020 ; FamSpecBits
  48. notBaseBit GEQU $0020 ; FamStatBits
  49. memOnlyBit GEQU $0001 ; FontSpecBits
  50. realOnlyBit GEQU $0002 ; FontSpecBits
  51. anyFamBit GEQU $0004 ; FontSpecBits
  52. anyStyleBit GEQU $0008 ; FontSpecBits
  53. anySizeBit GEQU $0010 ; FontSpecBits
  54. memBit GEQU $0001 ; FontStatBits
  55. unrealBit GEQU $0002 ; FontStatBits
  56. apFamBit GEQU $0004 ; FontStatBits
  57. apVarBit GEQU $0008 ; FontStatBits
  58. purgeBit GEQU $0010 ; FontStatBits
  59. notDiskBit GEQU $0020 ; FontStatBits
  60. notFoundBit GEQU $8000 ; FontStatBits
  61. dontScaleBit GEQU $0001 ; Scale Word
  62. ; offset constants for FontStatRec
  63. oresultID GEQU 0
  64. oresultStats GEQU 4
  65.